Name | Description | |
---|---|---|
![]() | NVisualCollection<T> Constructor | Overloaded. |
The following tables list the members exposed by NVisualCollection<T>.
Name | Description | |
---|---|---|
![]() | NVisualCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | NVisualCollectionSchema | Schema associated with NVisualCollection |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of elements in this collection. |
![]() | Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds (appends) the item at the end of the collection |
![]() | Clear | Removes all children |
![]() | Contains | Queries whether this collection contains the specified element at least once |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. |
![]() | GetIterator | Gets an iterator that iterates through the children in forward order. |
![]() | GetReverseIterator | Gets an iterator that iterates throw the child elements in reverse order. |
![]() | IndexOf | Returns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection. |
![]() | Insert | Inserts the item at the specified index |
![]() | Remove | Removes the specified item. |
![]() | RemoveAt | Removes the item at the specified index |
![]() | ToArray | Converts this set to an array. |